home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 60 / IOPROG_60.ISO / soft / c++ / gsl-1.1.1-setup.exe / {app} / src / integration / reset.c < prev    next >
Encoding:
C/C++ Source or Header  |  2001-07-02  |  220 b   |  10 lines

  1. static inline void
  2. reset_nrmax (gsl_integration_workspace * workspace);
  3.  
  4. static inline void
  5. reset_nrmax (gsl_integration_workspace * workspace)
  6. {
  7.   workspace->nrmax = 0;
  8.   workspace->i = workspace->order[0] ;
  9. }
  10.